home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / desktop / toptools.zip / TOPTOOLS.INI < prev   
INI File  |  1994-08-16  |  4KB  |  111 lines

  1. [TopTools]
  2. ; THIS .INI FILE MUST RESIDE IN YOUR WINDOWS DIRECTORY
  3.  
  4. ; Next entry define if the TopTools.ini file must de used to initialize TopTools.
  5. ; If value equal Yes, TopTools read this .ini file looking for definitions to the
  6. ; buttons. If value equal No, or if TopTools do not find UseIniFile entry, or even
  7. ; if TopTools do not find TopTools.ini file, the .ini file is NOT used and TopTools
  8. ; assume the defaults: TopTools is defaulted configured to CorelDRAW 4.0
  9.  
  10. UseIniFile=No
  11.  
  12. ; Next line define the application that will receive the Toptools commands.
  13. ; The name after the equal sign is the name of the application, as it appear
  14. ; in application Menu Bar. The example below comes from the Menu Bar of Corel Draw
  15. ; that shows "CorelDRAW!UNTITLED.CDR"
  16. ; Every time you click in a buttom in TopTools, it checks if the defined application
  17. ; is loaded. Othewise TopTools show a message box and abort.
  18.  
  19. ApplicationName=CorelDRAW
  20.  
  21. ; The following seventeen blocks define the entries to each button in TopTools.
  22. ; The buttons in TopTools are named Buttom0 to Buttom16, from left to right, top
  23. ; to bottom. The calculator buttom, the help buttom and exit buttom can not be
  24. ; redefined.
  25. ; The first definition in the block is the command sequence that TopTools must
  26. ; send to the selected application. It is a Alt sequence or Control shortcuts.
  27. ; Use the character % (percent) to define the key ALT and ^ (caret) to define
  28. ; the CTRL key. For exemple, the definition below to Buttom0 is ALT F S, that
  29. ; performs a Save command in CorelDraw. It should be ^S that does the same.
  30. ; The second definition is the complete path to a ico file to be used in the
  31. ; corresponding buttom.
  32. ; The third definition is the label that will appear in TopTools Help form.
  33. ; If you suppress any of the definitions, the default will be used.
  34.  
  35. ; NOTE: The entries you dont use must be commented with the semi-colum (;) char.
  36. ; Note that doing UseIniFile=Yes above, will force TOPTOOLS read this INI file but
  37. ; nothing will change, once the definition below is the same that TOPTOOLS default to.
  38. ; The entries ButtomX_Ico are all commented because we do not supply the .ico files
  39. ; with TOPTOOLS. When you customize TOPTOOLS, supply the path to the .ico file you
  40. ; want to use and uncomment the line.
  41.  
  42. Buttom0=%FS
  43. ;Buttom0_Ico=c:\Toptools\save.ico
  44. Buttom0_Label=Save
  45.  
  46. Buttom1=%FP
  47. ;Buttom1_Ico=c:\Toptools\print.ico
  48. Buttom1_Label=Print
  49.  
  50. Buttom2=%EC
  51. ;Buttom2_Ico=c:\Toptools\copy.ico
  52. Buttom2_Label=Copy
  53.  
  54. Buttom3=%EP
  55. ;Buttom3_Ico=c:\Toptools\paste.ico
  56. Buttom3_Label=Paste
  57.  
  58. Buttom4=%ED
  59. ;Buttom4_Ico=c:\Toptools\dupe.ico
  60. Buttom4_Label=Duplicate
  61.  
  62. Buttom5=%AM
  63. ;Buttom5_Ico=c:\Toptools\move.ico
  64. Buttom5_Label=Move
  65.  
  66. Buttom6=%CS
  67. ;Buttom6_Ico=c:\Toptools\mirror.ico
  68. Buttom6_Label=Mirror
  69.  
  70. Buttom7=%CR
  71. ;Buttom7_Ico=c:\Toptools\rotate.ico
  72. Buttom7_Label=Rotate
  73.  
  74. Buttom8=%AOF
  75. ;Buttom8_Ico=c:\Toptools\tofront.ico
  76. Buttom8_Label=To Front
  77.  
  78. Buttom9=%AOB
  79. ;Buttom9_Ico=c:\Toptools\toback.ico
  80. Buttom9_Label=To Back
  81.  
  82. Buttom10=%AG
  83. ;Buttom10_Ico=c:\Toptools\group.ico
  84. Buttom10_Label=Group
  85.  
  86. Buttom11=%AU
  87. ;Buttom11_Ico=c:\Toptools\ungroup.ico
  88. Buttom11_Label=Ungroup
  89.  
  90. Buttom12=%AC
  91. ;Buttom12_Ico=c:\Toptools\combine.ico
  92. Buttom12_Label=Combine
  93.  
  94. Buttom13=%AK
  95. ;Buttom13_Ico=c:\Toptools\break.ico
  96. Buttom13_Label=Break Apart
  97.  
  98. Buttom14=%AA
  99. ;Buttom14_Ico=c:\Toptools\align.ico
  100. Buttom14_Label=Align
  101.  
  102. Buttom15=^Y
  103. ;Buttom15_Ico=c:\Toptools\snap.ico
  104. Buttom15_Label=Snap
  105.  
  106. Buttom16=%XC
  107. ;Buttom16_Ico=c:\Toptools\caracter.ico
  108. Buttom16_Label=Character
  109.  
  110.  
  111.